home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2.sit / Raven 1.2 / • Extras • / SGI STL / functional.h < prev    next >
Text File  |  1997-06-22  |  345b  |  18 lines

  1. /*  Metrowerks Standard Library  Version 2.1.2  1997 May  */
  2. /**
  3.  ** Lib++     : The Modena C++ Standard Library,
  4.  **             Version 2.1, November 1996
  5.  **
  6.  ** Copyright (c) 1994-1996 Modena Software Inc.
  7.  **/
  8.  
  9. #ifndef MSIPL_FUNCTIONAL_H
  10. #define MSIPL_FUNCTIONAL_H
  11.  
  12. // ・・・ハadded JDJ
  13.  
  14. #include <function.h>
  15.  
  16. #endif /* MSIPL_FUNCTIONAL_H */
  17.  
  18.